projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eaa76a
)
inspector: Allow to bump scale to 3
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 17 Dec 2017 21:40:10 +0000
(16:40 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 17 Dec 2017 22:17:02 +0000
(17:17 -0500)
Might as well allow this, for 'large scale testing'.
gtk/inspector/visual.ui
patch
|
blob
|
history
diff --git
a/gtk/inspector/visual.ui
b/gtk/inspector/visual.ui
index 9f30af87bbd8939eb466b9271398a94034d013ad..1b7c745414378203c8466b73de79b49cc884fcef 100644
(file)
--- a/
gtk/inspector/visual.ui
+++ b/
gtk/inspector/visual.ui
@@
-2,7
+2,7
@@
<interface domain="gtk30">
<object class="GtkAdjustment" id="scale_adjustment">
<property name="lower">1</property>
- <property name="upper">
2
</property>
+ <property name="upper">
3
</property>
<property name="step-increment">1</property>
<property name="page-increment">1</property>
</object>